fix(deps): update dependency @backstage/backend-defaults to ^0.12.0 [security]#85
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency @backstage/backend-defaults to ^0.12.0 [security]#85renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
7c20620 to
f044b44
Compare
f044b44 to
bdc606c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.7.0→^0.12.0GitHub Vulnerability Alerts
CVE-2026-24046
Impact
Multiple Scaffolder actions and archive extraction utilities were vulnerable to symlink-based path traversal attacks. An attacker with access to create and execute Scaffolder templates could exploit symlinks to:
debug:logaction by creating a symlink pointing to sensitive files (e.g.,/etc/passwd, configuration files, secrets)fs:deleteaction by creating symlinks pointing outside the workspaceThis affects any Backstage deployment where users can create or execute Scaffolder templates.
Patches
This vulnerability is fixed in the following package versions:
@backstage/backend-defaultsversion 0.12.2, 0.13.2, 0.14.1, 0.15.0@backstage/plugin-scaffolder-backendversion 2.2.2, 3.0.2, 3.1.1@backstage/plugin-scaffolder-nodeversion 0.11.2, 0.12.3Users should upgrade to these versions or later.
Workarounds
References
CVE-2026-24048
Impact
The
FetchUrlReadercomponent, used by the catalog and other plugins to fetch content from URLs, followed HTTP redirects automatically. This allowed an attacker who controls a host listed inbackend.reading.allowto redirect requests to internal or sensitive URLs that are not on the allowlist, bypassing the URL allowlist security control.This is a Server-Side Request Forgery (SSRF) vulnerability that could allow access to internal resources, but it does not allow attackers to include additional request headers.
Patches
This vulnerability is fixed in
@backstage/backend-defaultsversion 0.12.2, 0.13.2, 0.14.1, and 0.15.0. Users should upgrade to this version or later.Workarounds
backend.reading.allowto only trusted hosts that you control and that do not issue redirectsReferences
Release Notes
backstage/backstage (@backstage/backend-defaults)
v0.12.2Compare Source
v0.12.1Compare Source
Patch Changes
33bd4d0: Deduplicate discovered features discovered with discoveryFeatureLoader4eda590: Fixed cache namespace and key prefix separator configuration to properly use configured values instead of hardcoded plugin ID. The cache manager now correctly combines the configured namespace with plugin IDs using the configured separator for Redis and Valkey. Memcache and memory store continue to use plugin ID as namespace.f244e61: Addbackend.loggerconfig options to configure theRootLoggerService.Read more about the new configuration options in the
Root Logger Service
documentation.
Updated dependencies
v0.12.0Compare Source
Minor Changes
133519b: feat: new cache managerInfinispan Data GridPatch Changes
caee2eb: Fixed WinstonLogger throwing when redactions were null or undefineded74af5: Fixed bug in PackageDiscoveryService where packages with "exports" field caused ERR_PACKAGE_PATH_NOT_EXPORTED error during backend startup.3a7dad9: Updatedbetter-sqlite3to v12v0.11.1Compare Source
Patch Changes
ead925a: Add a standardtoStringon credentials objectse0189b8: UrlReader: Fix handling of access tokens for GitLab readURL requestsd1e4a6d: Fixed bug where the GitLab user token and GitLab integration token were being merged togetherv0.11.0Compare Source
Minor Changes
3ccb7fc: Enhanced error handling in the auditor service factory to pass errors as objects. Aligned WinstonRootAuditorService with the default service factory's error handling.Patch Changes
1220cf8: Added new rate limit middleware to allow rate limiting requests to the backendIf you are using the
configurecallback of the root HTTP router service and do NOT callapplyDefaults()inside it, please see the relevant changes that were made, to see if you want to apply them as well to your custom configuration.Rate limiting can be turned on by adding the following configuration to
app-config.yaml:Plugin specific rate limiting can be configured by adding the following configuration to
app-config.yaml:c999c25: Added some default implementations for the experimentalActionsServiceandActionsRegistryServiceunder/alphathat allow registration of actions for a particular plugin.Updated dependencies
v0.10.0Compare Source
Minor Changes
d385854: BREAKING: TheDefaultSchedulerServiceconstructor options now requiresRootLifecycleService,HttpRouterService, andPluginMetadataServicefields.The scheduler will register a REST API for listing and triggering tasks. Please see the scheduler documentation for more details about this API.
Patch Changes
1e06afd:GithubUrlReader's search detects glob-patterns supported byminimatch, instead of just detecting*and?characters.For example, this allows to search for patterns like
{C,c}atalog-info.yaml.acea1d4: update documentation72d019d: Removed various typosc6bc67d: Added Valkey support alongside Redis in backend-defaults cache clients, using the new Keyv Valkey package. Also extended backend-test-utils to support Valkey in tests.36f77e9: Bug fix: Pass user provided token through to gitlab url resolvers0e7a640: TheGithubUrlReaderwill now use the token fromoptionswhen fetching repo detailsUpdated dependencies
v0.9.0Compare Source
Minor Changes
1daedce: Remove Throttle of Bitbucket Server API calls01edf6e: Allow pass through of redis client and cluster options to Cache core servicecf4eb13: Addedactorproperty toBackstageUserPrincipalcontaining the subject of the last service (if any) who performed authentication on behalf of the user.Patch Changes
7c6740e: Implemented SRV lookup support in the defaultHostDiscovery. You can now specify internal URLs on the formhttp+srv://some-srv-name/api/{{pluginId}}and they will be resolved in real time.939116c: Added an optionalbackend.trustProxyapp config value, which sets thecorresponding Express.js
trust proxysetting. This letsyou easily configure proxy trust without making a custom
configurecallbackfor the
rootHttpRouterservice.If you already are using a custom
configurecallback, and if that also does not callapplyDefaults(), you may want to add the following to it:175528c: Addsbackend.auditor.severityLogLevelMappingsto map severity levels to log levels.Updated dependencies
v0.8.2Compare Source
Patch Changes
e293b66: The default auditor service implementation will now log low severity events withdebuglevel instead ofinfo.f422984: Remove unused dependenciesecb9bab: Explicitly stringify extra logger fields withJSON.stringifyto prevent[object Object]errors.12f8e01: Thediscovery.endpointsconfiguration no longer requires bothinternalandexternaltarget when using the object form, instead falling back to the default.89db8b8:GerritUrlReaderis now able tosearchfiles matching a given pattern URL (usingminimatchglob patterns).This allows the Gerrit Discovery to find all Backstage manifests inside a repository using the
**/catalog-info.yamlpattern.Updated dependencies
v0.8.1Compare Source
Release a newer version of
@backstage/techdocs-commonincluding a bug fix #4088.v0.8.0Compare Source
Minor Changes
a4aa244: This change introduces theauditorservice implementation details.Patch Changes
f866b86: Internal refactor to use explicitrequirefor lazy-loading dependency.92a56f6: Internal refactor to stop importing the removedFeatureDiscoveryServicefrom@backstage/backend-plugin-api.a19cb2b: Added default implementation for the newPermissionsRegistryService.0d39029: Do not sendetagorIf-Modified-Sinceheaders for gitlab artifact urlsc7609de: Allow passing IP type to use with cloud-sql-connector3740229: In the differentUrlReadersService, thesearchmethod have been updated to use thereadUrlif the given URL doesn't contain a pattern.For
UrlReadersthat didn't implement thesearchmethod,readUrlis now called internally and throws if the given URL doesn't contain a pattern.72cddf2: UpdatedPermissionsRegistryServiceto usePermissionResourceRefs and added thegetPermissionRulesetmethod.Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.